Other Enums

The following enums are available globally.

  • Struct to describe REST request types, with a convenience method to make a request FHIR compliant.

    See more

    Declaration

    Swift

    public enum FHIRRequestMethod: String
  • Describe valid (and supported) FHIR request headers.

    The Authorization header is not used in the basic library, it is provided for convenience’s sake.

    See more

    Declaration

    Swift

    public enum FHIRRequestHeaderField: String
  • Describe valid (and supported) FHIR request query parameters.

    See more

    Declaration

    Swift

    public enum FHIRRequestParameterField: String